home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #5 / Amiga Plus CD - 2000 - No. 5.iso / t / basic.bak.1 < prev    next >
AmigaDOS Script File  |  2000-01-01  |  690b  |  34 lines

  1. .key FILE/A,GUIDE/S,HTML/S
  2. if not exists env:quickstarted
  3. Echo "Die CD ist nicht eingerichtet!*nBitte zuerst Quickstart ausführen!"
  4. wait 2
  5. quit
  6. endif
  7.  
  8. ;lab check
  9. ;if not exists env:metaconfig
  10. ;echo "Starte Prefs..."
  11. ;EXEXUCTE APCD:Scripts/Prefs
  12. ;skip back check
  13. ;endif
  14.  
  15. if <HTML>
  16. if not exists env:APCDBrowser
  17. set x1 `APCD:c/requestchoice "Amiga+ (C)" "Browser nicht gewählt. Jetzt wählen?" Ja Nein Abruch`
  18. if $x1 eq 1
  19. execute APCD:scripts/browser
  20. endif
  21. if $x1 eq 2
  22. APCD:A+Tools/Browser/IBrowse/IBrowse file:///<FILE>
  23. if fail
  24. APCD:C/requestchoice "Amiga+ (C)" "Browser ließ sich nicht starten!" "Ende" >NIL:
  25. quit
  26.  
  27. endif
  28. quit
  29. endif
  30.  
  31. if <GUIDE>
  32. APCD:A+Tools/Guide/Amigaguide <FILE>
  33. quit
  34. endif